Sublime Text

Table of Contents

Official Site: http://www.sublimetext.com/

Documentation

Sublime Text 2 Documentation

Sublime Text Unofficial Documentation

Install Package Control

Control+` to open the Console

past below codes and enter return

import urllib2,os; pf='Package Control.sublime-package'; 
ipp=sublime.installed_packages_path();<br />os.makedirs(ipp) if not os.path.exists(ipp) else None; 
urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); 
open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); 
print 'Please restart Sublime Text to finish installation'

reboot the sublime Text 2, and check Preferences -> Package Settings

Install other Packages

[ctrl+shift+p] open command palette, and enter install to open Package Control.

Sublime Text 2 + Gist

markdown

misc

Author: Shi Shougang

Created: 2015-03-05 Thu 23:20

Emacs 24.3.1 (Org mode 8.2.10)

Validate